![]() ![]() ![]() ![]() ![]() Alan numitron clock Clapclap 2313/1386 SNES Pi Webserver USB Volume/USB toys Smokey amp Laser cutter WordClock ardReveil v3 SNES Arcade cabinet Game boy projects cameleon Home Presence Detector ![]() AlanFromJapan ![]() ![]() ![]() Akizukidenshi Elec-lab Rand Nerd Tut EEVblog SpritesMods AvrFreaks Gameboy Dev FLOZz' blog Switch-science Sparkfun Suzusho Datasheet Lib Reddit Elec Ermicro Carnet du maker (fr) |
eink displayLast update: Thu Jun 5 22:25:40 2025
My adventures with eInk displays. Fantastic tools, but with a twist if you let them running too long...I use it with my eInk Weather station. ImplementationSetup
Issues with e-paper running too longSo I got the problem twice: make your program work with your screen. Mine are 2.13inch screens from WaveShare. And let the puppy run for 1 month continuously with a full update 3 times an hour. and you end up with that↓![]() Screen number 1: can't completely erase anymore. ![]() Screen number 2: can't completely erase anymore after 1 month running continuously. Facts collection: self.send_command(DEEP_SLEEP_MODE) and in the latest it became self.send_command(DEEP_SLEEP_MODE) ; self.send_data(0x01) ... so yeah, could be a problem of using old code?SolutionWell apparently I'm not the only one complaining about the power consumption (and time-bomb effect that goes with it I deduce), so solution is like expected to implement in manually. The solution the gentleman propose is a high side (source) PNP, which sounds about right to me too :)LinksHelpful sources |
All content on this site is shared under the MIT licence (do what u want, don't sue me, hat tip appreciated) electrogeek.tokyo ~ Formerly known as Kalshagar.wikispaces.com and electrogeek.cc (AlanFromJapan [2009 - 2025]) |